[Top] [Prev] [Next] [Bottom] [Contents]

safilter

safilter (Framework master only)
safilterN  (for detail where N is required and is the 
detail number)

Definition

A string specifying a comma-separated list of data filter objects to add a data filter to the Graph views of the Sapphire Java Framework Sa.SaGraphRowSet and Sa.SaGraphComp. It also works for classes derived from these view classes. Each substring is the name of a class which implements the interface Sa.SaDataFilter.

Requirements

For the master view, the parameter name is "safilter".

For the detail views the parameter name is "safilterN", where N is the detail number.

Filter Syntax

The exact syntax of the filter specification is the most complex in the Framework. The specification is a comma-separated list of parallel filters whose outputs are added together.

Examples

<param name="safilter2" 
value="SaC.SaMult=10,SaC.SaAdd=3,SaC.SaMult=10|SaC.
SaMult=10" >
<param name="safilterlabel2" value="100x^2 + 11x + 3">
builds a data converter that implements

10x + (x + 3) + (10x X 10x)
<param name="safilter3" value="SaC.SaMult=12" >
<param name="safilterlabel2" value="yearly amount" >
builds a data converter that implements

12x

Notes



[Top] [Prev] [Next] [Bottom] [Contents]

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.